Corrected the published default value of GtkFrame::label-xalign (bug
authorTristan Van Berkom <tvb@src.gnome.org>
Wed, 22 Aug 2007 13:41:32 +0000 (13:41 +0000)
committerTristan Van Berkom <tvb@src.gnome.org>
Wed, 22 Aug 2007 13:41:32 +0000 (13:41 +0000)
* gtk/gtkframe.c: Corrected the published default value of
GtkFrame::label-xalign (bug 460272).

svn path=/trunk/; revision=18671

ChangeLog
gtk/gtkframe.c

index 39fb3399ff75f07641dec12da1e9387b49017cbf..49ff1636660ec07b60ba10b12061c5e8fdac7f57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-22  Tristan Van Berkom  <tvb@gnome.org>
+
+       * gtk/gtkframe.c: Corrected the published default value of
+       GtkFrame::label-xalign (bug 460272).
+
 2007-08-21  Kristian Rietveld  <kris@imendio.com>
 
        * gtk/gtktooltip.c (gtk_tooltip_init),
index 2e57baa93096f9fdaf217e662164cd5df521642a..e118823204405cc3a5ed87d93bf4ad9cdf5e78ae 100644 (file)
@@ -114,7 +114,7 @@ gtk_frame_class_init (GtkFrameClass *class)
                                                       P_("The horizontal alignment of the label"),
                                                       0.0,
                                                       1.0,
-                                                      0.5,
+                                                      0.0,
                                                       GTK_PARAM_READWRITE));
   g_object_class_install_property (gobject_class,
                                   PROP_LABEL_YALIGN,